Description | : Get a list of Capability resources that extend a Target resource.. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{parentProviderNamespace}/{parentResourceType}/{parentResourceName}/providers/Microsoft.Chaos/targets/{targetName}/capabilities
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
parentProviderNamespace:
string
,
parentResourceType:
string
,
parentResourceName:
string
,
targetName:
string
,
continuationToken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
publisher:
string
,
targetType:
string
,
description:
string
,
parametersSchema:
string
,
urn:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}